home *** CD-ROM | disk | FTP | other *** search
- REM Favorite : Fill
-
- WITHOBJECT "CorelDraw.Automation.9"
- .StartOfRecording
- .SuppressPainting
- .RecorderStorePreselectedObjects FALSE
- .RecorderSelectObjectByIndex TRUE, 1
- .StoreColor 5, 255, 158, 103, 0, 0, 0, 100, 0
- .StoreColor 5, 252, 206, 0, 0, 0, 0, 100, 41
- .StoreColor 5, 243, 245, 22, 0, 0, 0, 100, 70
- .StoreColor 5, 255, 255, 255, 0, 0, 0, 100, 100
- .ApplyFountainFill 1, -23, 17, 0, 256, 0, 3, 50
- .ResumePainting
- .EndOfRecording
- END WITHOBJECT
-
-
-